home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / msdos / raytrace / pov / gen / surf / mandala.pov < prev    next >
Text File  |  1993-10-08  |  521b  |  33 lines

  1. #include "colors.inc"
  2. #include "textures.inc"
  3.  
  4. camera {
  5.     location  <0, 10, -30>       
  6.     direction z*2
  7.     up y
  8.     right x*1.3333
  9.     look_at <0, 0, 0>
  10. }
  11.  
  12.  
  13. object { light_source { < 20, 50, -100> color White }}
  14.  
  15. object {
  16.    sphere {<0, 0, 0> 1200}
  17.    texture {
  18.       Blue_Sky
  19.       scale <1000, 100, 1000>
  20.       finish { ambient 1.0
  21.                diffuse 0.0
  22.       }
  23.    }
  24. }
  25. #include "c:\imlab\povray\util\mandala.inc"
  26.  
  27. object {
  28.     Mandala
  29.     translate y*(-2.74)
  30.     scale 0.2
  31. }
  32.  
  33.